sdtypeint4 module

class sd.api.sdtypeint4.SDTypeInt4(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdtypevector.SDTypeVector

Class representing the int4 type

getClassName() → str

Returns the most specific name of the class this APIObject is

getId() → str

Get the type identifier string

getItemType() → sd.api.sdtype.SDType

Get the type of the items

getModifier() → sd.api.sdtype.SDTypeModifier

Get the type modifier (see SDTypeModifier enum)

getSize() → int

Get the vector size

release() → None

Releases an APIObject

static sNew() → sd.api.sdtypeint4.SDTypeInt4

Create new SDTypeInt4